quakeforge/cs-code/Makefile.am

19 lines
476 B
Text
Raw Normal View History

## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS= foreign
#FIXME should qf data be installed somewhere other than id1 that gets
#searched after everything else?
pkgdatadir=@sharepath@/id1
QFCC=$(top_builddir)/tools/qfcc/source/qfcc
QCFLAGS=-g
QCPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include
pkgdata_DATA= menu.dat
menu.dat: menu.src menu.qc
$(QFCC) $(QCFLAGS) $(QCPPFLAGS) -P $<
EXTRA_DIST=
CLEANFILES= *.dat *.sym