summaryrefslogtreecommitdiff
path: root/misc/unix/Makefile.in
blob: 729af2a6f86aff1e004fe085b2f48144100feec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

TARGETS = \
	start.lo getopt.lo otherchild.lo errorcodes.lo rand.lo \
	uuid.lo getuuid.lo

# bring in rules.mk for standard functionality
@INCLUDE_RULES@

INCDIR=../../include
OSDIR=$(INCDIR)/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCLUDES=-I$(INCDIR) -I$(OSDIR) -I$(DEFOSDIR)

# DO NOT REMOVE