summaryrefslogtreecommitdiffstats
path: root/gui/Makefile
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2008-03-07 00:20:45 +0100
committerpancake <pancake@dazo>2008-03-07 00:20:45 +0100
commitedac98d26ee29bbdc3e16be8ecec5cbfff80482f (patch)
tree100f244d6a80590c3a7641b3dcdd452309c788d0 /gui/Makefile
parent83c25d7eb267f866968c7806c4afacf00fdfead5 (diff)
download0xFFFF-edac98d26ee29bbdc3e16be8ecec5cbfff80482f.tar.bz2
* Shift doc/faq to doc/faq20.3.9
* Add 'doc/faq' with most used commands * -e can be used with -u to specify the path to extract the files * Remove gui directory - GUI source is in src/gui - Incrusted inside the build and install targets (ignores build and install errors)
Diffstat (limited to 'gui/Makefile')
-rw-r--r--gui/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/gui/Makefile b/gui/Makefile
deleted file mode 100644
index 7308a14..0000000
--- a/gui/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-OBJ=main.o
-BIN=goxf
-
-CFLAGS=`pkg-config gladeui-1.0 libglade-2.0 gmodule-2.0 --cflags`
-LDFLAGS=`pkg-config gladeui-1.0 libglade-2.0 gmodule-2.0 --libs`
-
-all: ${OBJ}
- ${CC} ${LDFLAGS} ${OBJ} -o ${BIN}
-
-clean:
- -rm -f ${BIN} ${OBJ}