source: lib/Makefile@ 42a775

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).

  • simply added all files.
  • Property mode set to 100644
File size: 541 bytes
Line 
1TOPDIR=..
2ifndef SRCDIR
3 SRCDIR=$(shell pwd)
4endif
5
6include $(SRCDIR)/$(TOPDIR)/lib/GlobalMakefile
7include $(TOPDIR)/lib/Makedirlist
8
9SUBDIRS = basis elisp perl
10ifeq ($(HAVE_SC_LIB_CCA),yes)
11SUBDIRS := $(SUBDIRS) cca
12endif
13
14include $(SRCDIR)/$(TOPDIR)/lib/GlobalSubDirs
15
16oclean::
17 /bin/rm -f lib*.a
18 /bin/rm -f lib*.so*
19 /bin/rm -f lib*.la
20 /bin/rm -rf .libs
21
22clean:: oclean
23
24distclean:: oclean
25
26install:: atominfo.kv magic
27 $(INSTALL) $(INSTALLDIROPT) $(installroot)$(scdatadir)
28 $(INSTALL) $(INSTALLLIBOPT) $^ $(installroot)$(scdatadir)
29
Note: See TracBrowser for help on using the repository browser.