Makefile (grpn-1.5.1) | : | Makefile (grpn-1.5.2) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
# What compiler should be used | # What compiler should be used | |||
CC = gcc | CC = gcc | |||
# NOTE: | # NOTE: | |||
# | # | |||
# add -DGTK_VER_1_1 to the CFLAGS if you are using GTK version 1.1.0 or higher | # add -DGTK_VER_1_1 to the CFLAGS if you are using GTK version 1.1.0 or higher | |||
# | # | |||
# add -DUSE_GNOME if you want to make grpn GNOME compliant. | # add -DUSE_GNOME if you want to make grpn GNOME compliant. | |||
CFLAGS = -g -O2 -I/usr/X11/include -DUSE_PANGO `pkg-config --cflags gtk+-2.0` -D GTK_VER_1_1 | CFLAGS = -Wall -g -O2 -I/usr/X11/include -DUSE_PANGO `pkg-config --cflags gtk+-2 .0` -DGTK_VER_1_1 | |||
DFLAGS = -L/usr/X11/lib | DFLAGS = -L/usr/X11/lib | |||
# end of user configurable section | # end of user configurable section | |||
OBJS = test_gtk_ver.o real.o complex.o matrix.o number.o \ | OBJS = test_gtk_ver.o real.o complex.o matrix.o number.o \ | |||
funcs.o constant.o button_def.o run_cmd.o \ | funcs.o constant.o button_def.o run_cmd.o \ | |||
main.o stack.o lcd.o setup_menu.o callback_menu.o \ | main.o stack.o lcd.o setup_menu.o callback_menu.o \ | |||
process_input.o options.o \ | process_input.o options.o \ | |||
setup_buttons.o callback_buttons.o editor.o \ | setup_buttons.o callback_buttons.o editor.o \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |