]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - BSDmakefile
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / BSDmakefile
index 28106df6c7cff170c0cdc214c122e366a01ffdee..ac9793a06a0f6db3a0c065836add4438f2922ff4 100644 (file)
@@ -10,6 +10,14 @@ DP_ARCH != uname
 # Command used to delete files
 CMD_RM=$(CMD_UNIXRM)
 
+# default targets
+TARGETS_DEBUG=sv-debug cl-debug sdl-debug
+TARGETS_PROFILE=sv-profile cl-profile sdl-profile
+TARGETS_RELEASE=sv-release cl-release sdl-release
+TARGETS_RELEASE_PROFILE=sv-release-profile cl-release-profile sdl-release-profile
+TARGETS_NEXUIZ=sv-nexuiz cl-nexuiz sdl-nexuiz
+
+# X11 libs
 UNIX_X11LIBPATH=/usr/X11R6/lib
 
 # BSD configuration