From 4058c347a1ae501681d1e2517b666543f83bec68 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 16 Oct 2002 11:38:00 +0000 Subject: Changed some things... --- PcsxSrc/Linux/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'PcsxSrc/Linux/Makefile') diff --git a/PcsxSrc/Linux/Makefile b/PcsxSrc/Linux/Makefile index 71d47e5..3f194c9 100644 --- a/PcsxSrc/Linux/Makefile +++ b/PcsxSrc/Linux/Makefile @@ -39,7 +39,13 @@ endif CFLAGS = -Wall ${OPTIMIZE} -I. -I.. -I/usr/include/g++ ${FLAGS} CFLAGS+= $(shell gtk-config --cflags) ASMFLAGS = -f elf ${FLAGS} -i./ -i../ - + +GladeGui.c: pcsx.glade + glade -w pcsx.glade + +GladeFuncs.c: pcsx.glade + glade -w pcsx.glade + pcsx: ${OBJS} ${CC} ${CFLAGS} ${OBJS} -o pcsx ${LIBS} # ${STRIP} pcsx @@ -47,7 +53,7 @@ pcsx: ${OBJS} .PHONY: clean pcsx clean: - ${RM} *.o ../*.o ../${CPU}/*.o pcsx + ${RM} *.o ../*.o ../${CPU}/*.o pcsx GladeGui.* GladeFuncs.* ../%.o: ../%.c ${CC} ${CFLAGS} -c -o $@ $< -- cgit v1.2.3