summaryrefslogtreecommitdiff
path: root/data/Makefile.am
AgeCommit message (Collapse)Author
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-01-20Some improvements to the build systemFabian Greffrath
1) Instead of copying chocolate-setup into chocolate-{doom,heretic,hexen,strife}-setup, respectively, check in configure for symbolic linking and use that if available (falls back to "cp -pR" if not). 2) Add $(icons_DATA) to CLEANFILES so they get removed in clean phase; they are generated from doom-png and setup.png, respectively. 3) Consistently use @PROGRAM_PREFIX@ instead of the hard-coded "chocolate-" in the rules for the man pages. 4) Generate one man page for each setup program by symbolic linking of chocolate-setup.6 (see 1), add them to the list of installed man pages and to CLEANFILES. 5) Remove the redundant $(EXEEXT) suffix from the setup binaries (they were missing for execgames_PROGRAMS, anyway)
2011-11-03Remove use of $< in Makefiles, for compatibility with OpenBSD's make.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2473
2011-07-21Don't use $^ in Makefiles, as it s a GNU make extension (thanks JakubSimon Howard
Lach). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2354
2011-05-14Add freedesktop.org desktop files for chocolate-doom, chocolate-setupSimon Howard
(thanks Adrián Chaves Fernández). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2337