mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 22:01:33 +00:00
pkgincludedir and pkglibdir patch from
"Alexey I. Froloff" <sir_raorn@immo.ru> (raorn)
This commit is contained in:
parent
e5ae0b4979
commit
8069becadf
4 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
includedir = $(prefix)/include/QF
|
pkgincludedir = $(includedir)/QF
|
||||||
nobase_include_HEADERS = \
|
nobase_pkginclude_HEADERS = \
|
||||||
bspfile.h cbuf.h cdaudio.h checksum.h clip_hull.h cmd.h \
|
bspfile.h cbuf.h cdaudio.h checksum.h clip_hull.h cmd.h \
|
||||||
console.h crc.h csqc.h cvar.h dstring.h draw.h gib.h hash.h hl.h \
|
console.h crc.h csqc.h cvar.h dstring.h draw.h gib.h hash.h hl.h \
|
||||||
idparse.h image.h in_event.h info.h input.h joystick.h keys.h link.h \
|
idparse.h image.h in_event.h info.h input.h joystick.h keys.h link.h \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
|
|
||||||
libdir=$(prefix)/lib/ruamoko
|
pkglibdir=$(libdir)/ruamoko
|
||||||
|
|
||||||
QFCC=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
|
QFCC=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
|
||||||
QCFLAGS=-qq -g -Werror
|
QCFLAGS=-qq -g -Werror
|
||||||
|
@ -17,7 +17,7 @@ else
|
||||||
libs=
|
libs=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lib_LIBRARIES= $(libs)
|
pkglib_LIBRARIES= $(libs)
|
||||||
EXTRA_LIBRARIES= $(gui_libs)
|
EXTRA_LIBRARIES= $(gui_libs)
|
||||||
|
|
||||||
%.qfo: %.r
|
%.qfo: %.r
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
includedir= $(prefix)/include/QF/ruamoko
|
pkgincludedir= $(includedir)/QF/ruamoko
|
||||||
nobase_include_HEADERS= \
|
nobase_pkginclude_HEADERS= \
|
||||||
crudefile.h debug.h entities.h infokey.h math.h message.h nq_message.h \
|
crudefile.h debug.h entities.h infokey.h math.h message.h nq_message.h \
|
||||||
physics.h qfile.h qw_message.h qw_physics.h qw_sys.h server.h sound.h \
|
physics.h qfile.h qw_message.h qw_physics.h qw_sys.h server.h sound.h \
|
||||||
string.h system.h \
|
string.h system.h \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
|
|
||||||
libdir=$(prefix)/lib/ruamoko
|
pkglibdir=$(libdir)/ruamoko
|
||||||
|
|
||||||
QFCC=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
|
QFCC=$(top_builddir)/tools/qfcc/source/qfcc$(EXEEXT)
|
||||||
QCFLAGS=-qq -g -Werror
|
QCFLAGS=-qq -g -Werror
|
||||||
|
@ -17,7 +17,7 @@ else
|
||||||
libs=
|
libs=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lib_LIBRARIES= $(libs)
|
pkglib_LIBRARIES= $(libs)
|
||||||
EXTRA_LIBRARIES= $(ruamoko_libs)
|
EXTRA_LIBRARIES= $(ruamoko_libs)
|
||||||
|
|
||||||
%.qfo: %.r
|
%.qfo: %.r
|
||||||
|
|
Loading…
Reference in a new issue