mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
varous make dist fixes
This commit is contained in:
parent
d663cfbbec
commit
b6e311d4ce
3 changed files with 3 additions and 5 deletions
|
@ -25,5 +25,5 @@ game_obj=$(addsuffix .qfo,$(basename $(game_src)))
|
|||
game.dat: $(game_obj) ../lib/libr.a
|
||||
$(QFCC) $(QCFLAGS) -p $(STRIP) -o game.dat $(game_obj) -l../lib/libr.a
|
||||
|
||||
EXTRA_DIST= $(game_src) axe.h gameent.h tempent.h weapon.h world.h
|
||||
EXTRA_DIST= $(game_src) Axe.h GameEntity.h tempent.h Weapon.h World.h
|
||||
CLEANFILES= *.dat *.sym *.gz *.qfo
|
||||
|
|
|
@ -28,10 +28,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
|
||||
SUBDIRS= include source
|
||||
|
||||
# uncomment the following if qfcc requires the math library
|
||||
#qfcc_LDADD=-lm
|
||||
|
||||
EXTRA_DIST=qfcc.lsm.in qfcc.spec.in
|
||||
EXTRA_DIST=qfdefs.lsm.in
|
||||
|
||||
dist-zip: distdir
|
||||
-chmod -R a+r $(distdir)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
AUTOMAKE_OPTIONS= foreign
|
||||
EXTRA_DIST= def.h progdefs.nq progdefs.qw
|
||||
|
|
Loading…
Reference in a new issue