|
Last change
on this file since 09bc09 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:
422 bytes
|
| Line | |
|---|
| 1 | TOPDIR=..
|
|---|
| 2 | ifndef SRCDIR
|
|---|
| 3 | SRCDIR=$(shell pwd)
|
|---|
| 4 | endif
|
|---|
| 5 |
|
|---|
| 6 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalMakefile
|
|---|
| 7 |
|
|---|
| 8 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalRules
|
|---|
| 9 |
|
|---|
| 10 | install_devel::
|
|---|
| 11 | $(INSTALL) $(INSTALLDIROPT) $(installroot)$(bindir)
|
|---|
| 12 | $(INSTALL) $(INSTALLSCRIPTOPT) sc-config $(installroot)$(bindir)
|
|---|
| 13 | $(INSTALL) $(INSTALLSCRIPTOPT) mkf77sym.pl $(installroot)$(bindir)/sc-mkf77sym
|
|---|
| 14 |
|
|---|
| 15 | distclean::
|
|---|
| 16 | -/bin/rm -f sc-config
|
|---|
| 17 | -/bin/rm -f mkf77sym.pl
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.