srcdir = @srcdir@ VPATH = @srcdir@ TARGETS = \ start.lo getopt.lo otherchild.lo errorcodes.lo rand.lo version.lo \ charset.lo env.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