make dist fixes + a --disable-asmopt fix for mingw

This commit is contained in:
Bill Currie 2001-06-08 02:47:30 +00:00
parent c24a6f7d6a
commit b9f35283f4
5 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,3 @@
AUTOMAKE_OPTIONS = foreign
includedir = $(prefix)/include/QF/plugin
include_HEADERS = general.h input.h sound.h
include_HEADERS = cd.h general.h input.h sound.h

View file

@ -17,6 +17,7 @@ endif
libQFjs_la_CFLAGS= $(JOY_CFLAGS)
libQFjs.la: $(libQFjs_la_OBJECTS) $(libQFjs_la_DEPENDENCIES)
$(LINK) -rpath $(libdir) $(libQFjs_la_LDFLAGS) $(libQFjs_la_OBJECTS) $(libQFjs_la_LIBADD) $(LIBS)
EXTRA_DIST= joy.c joy_linux.c joy_null.c joy_win.c
# Linux FBdev
YFLAGS = -d

View file

@ -158,7 +158,7 @@ nq_server_DEPENDENCIES= libqfnet.a
# Stuff that doesn't get linked into an executable NEEDS to be mentioned here,
# or it won't be distributed with 'make dist'
EXTRA_DIST= #nq.dsp sys_unix.c sys_win.c
EXTRA_DIST= sys_win.c sys_unix.c #nq.dsp
# Kill the temp files, hopefully.
CLEANFILES = *.i *.s $(YACCLEX_CLEANFILES)

View file

@ -155,7 +155,7 @@ Sys_MakeCodeWriteable (unsigned long startaddr, unsigned long length)
}
#ifndef _M_IX86
#ifndef USE_INTEL_ASM
void
Sys_SetFPCW (void)

View file

@ -178,7 +178,8 @@ qw_client_wgl_DEPENDENCIES=../../libs/video/renderer/libQFrenderer_gl.la ../../l
EXTRA_DIST= makefile.mgw makefile.win \
qf-server.mak qw_server.dsp \
qf-client-sdl.mak qf-client-win.mak qw_client.dsp \
qf-client-sgl.mak qf-client-wgl.mak qf-client-win.mak
qf-client-sgl.mak qf-client-wgl.mak qf-client-win.mak \
cl_sys_win.c sv_sys_win.c
# Kill the temp files, hopefully.
CLEANFILES = *.i *.s $(YACCLEX_CLEANFILES)