source: lib/basis/Makefile@ 9b827f

Last change on this file since 9b827f was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago

Initial commit based on 3.0.0alpha (here claimed as 2.4).

  • simply added all files.
  • Property mode set to 100644
File size: 315 bytes
Line 
1TOPDIR=../..
2ifndef SRCDIR
3 SRCDIR=$(shell pwd)
4endif
5
6include $(SRCDIR)/$(TOPDIR)/lib/GlobalMakefile
7
8include $(SRCDIR)/$(TOPDIR)/lib/GlobalRules
9
10install::
11 $(INSTALL) $(INSTALLDIROPT) $(installroot)$(scdatadir)/basis
12 $(INSTALL) $(INSTALLLIBOPT) $(SRCDIR)/*.kv $(installroot)$(scdatadir)/basis
13
14install_devel::
Note: See TracBrowser for help on using the repository browser.