1 ##### DP_MAKE_TARGET autodetection and arch specific variables #####
10 # Command used to delete files
15 .if $(DP_MAKE_TARGET) == "bsd"
17 OBJ_SOUND=$(OBJ_BSDSOUND)
18 LIB_SOUND=$(LIB_BSDSOUND)
23 LDFLAGS_CL=$(LDFLAGS_BSDCL)
24 LDFLAGS_SV=$(LDFLAGS_BSDSV)
28 EXE_SDL=$(EXE_UNIXSDL)
33 ##### BSD Make specific definitions #####
35 MAKE:=$(MAKE) -f makefile.bsd
37 DO_LD=$(CC) -o $@ $> $(LDFLAGS)
40 ##### Definitions shared by all makefiles #####
41 .include "makefile.inc"
44 ##### Dependency files #####
46 DEPEND_FILES != ls *.d
47 .for i in $(DEPEND_FILES)