|
Last change
on this file since 42a775 was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago |
|
Initial commit based on 3.0.0alpha (here claimed as 2.4).
|
-
Property mode
set to
100644
|
|
File size:
711 bytes
|
| Line | |
|---|
| 1 | TOPDIR=../..
|
|---|
| 2 | ifndef SRCDIR
|
|---|
| 3 | SRCDIR=$(shell pwd)
|
|---|
| 4 | endif
|
|---|
| 5 |
|
|---|
| 6 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalMakefile
|
|---|
| 7 |
|
|---|
| 8 | SUBDIRS = util math chemistry
|
|---|
| 9 |
|
|---|
| 10 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalSubDirs
|
|---|
| 11 |
|
|---|
| 12 | install::
|
|---|
| 13 | $(LIBTOOL) --finish $(installroot)$(libdir)
|
|---|
| 14 |
|
|---|
| 15 | install_inc::
|
|---|
| 16 | $(INSTALL) $(INSTALLDIROPT) $(installroot)$(includedir)
|
|---|
| 17 | -$(INSTALL) $(INSTALLLIBOPT) $(SRCDIR)/*.h $(installroot)$(includedir)
|
|---|
| 18 | -$(INSTALL) $(INSTALLLIBOPT) *.h $(installroot)$(includedir)
|
|---|
| 19 |
|
|---|
| 20 | install_devel::
|
|---|
| 21 | $(INSTALL) $(INSTALLDIROPT) $(installroot)$(includedir)
|
|---|
| 22 | -$(INSTALL) $(INSTALLLIBOPT) $(SRCDIR)/*.h $(installroot)$(includedir)
|
|---|
| 23 | -$(INSTALL) $(INSTALLLIBOPT) *.h $(installroot)$(includedir)
|
|---|
| 24 |
|
|---|
| 25 | distclean::
|
|---|
| 26 | /bin/rm -f scconfig.h
|
|---|
| 27 | /bin/rm -f scdirlist.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.