summaryrefslogtreecommitdiff
path: root/src/netsys/Makefile.pre
blob: c753f6fd815532ea2012517836b7b8103da6b1db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TOP_DIR=../..

include $(TOP_DIR)/Makefile.conf

PRE = 1
PKGNAME = netsys
GENERATE = META
INSTALL_EXTRA = netsys_oothr.cmo \
		netsys_oothr_mt_init.cmo \
                netsys_oothr_mt_init.cmx netsys_oothr_mt_init.o \
                netsys_oothr_mt_init.p.cmx netsys_oothr_mt_init.p.o \
                netsys_gprof_init.p.cmx netsys_gprof_init.p.o \
                netsys_c_gprof.o \
		netsys_c_event.h \
		netsys_c_outofheap.o

PP_OPTIONS = -pp "$(CPPO) $(DEF_O_SHARE_DELETE) $(DEF_O_CLOEXEC) $(PP_BYTES) $(PP_DEPRECATED)"

include $(TOP_DIR)/Makefile.rules

distclean::
	rm -f Makefile.conf config.h
	rm -f configtests/*.cmi configtests/*.cmo configtests/*.o
	rm -f configtests/*.err configtests/*.tmp configtests/*.cm*
	find configtests -type f -executable -delete
	rm -rf tmp