git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@713 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-24 16:20:53 +00:00
parent 34cdacf644
commit e0af176760
2 changed files with 4 additions and 4 deletions

View File

@ -48,13 +48,13 @@ INCLPATH = -I/usr/include \
# where gtk's installed and is supposed to report the compiler # where gtk's installed and is supposed to report the compiler
# options needed for the build. # options needed for the build.
CFLAGS := $(shell gtk-config -cflags) -g -Wall CFLAGS := $(shell gtk-config --cflags) -g -Wall
LFLAGS := -g -Wall LFLAGS := -g -Wall
# LIBS = -lXpm -lXm -lXmu -lXt -lXext -lSM -lICE -lX11 -lpng -ljpeg -lz -lm # LIBS = -lXpm -lXm -lXmu -lXt -lXext -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
# LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \ # LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \
# -lSM -lICE -lX11 -lpng -ljpeg -lz -lm # -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
LIBS := $(shell gtk-config -libs) LIBS := $(shell gtk-config --libs)
LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib/. LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib/.
TARGET = ../../xacc.gtk.bin TARGET = ../../xacc.gtk.bin

View File

@ -48,13 +48,13 @@ INCLPATH = -I/usr/include \
# where gtk's installed and is supposed to report the compiler # where gtk's installed and is supposed to report the compiler
# options needed for the build. # options needed for the build.
CFLAGS := $(shell gtk-config -cflags) @cflags@ CFLAGS := $(shell gtk-config --cflags) @cflags@
LFLAGS := @lflags@ LFLAGS := @lflags@
# LIBS = @LIBS@ # LIBS = @LIBS@
# LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \ # LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \
# -lSM -lICE -lX11 -lpng -ljpeg -lz -lm # -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
LIBS := $(shell gtk-config -libs) LIBS := $(shell gtk-config --libs)
LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L@x_libraries@/. LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L@x_libraries@/.
TARGET = ../../xacc.gtk.bin TARGET = ../../xacc.gtk.bin