/[weechat]/weechat/src/gui/gtk/Makefile
ViewVC logotype

Diff of /weechat/src/gui/gtk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by flashcode, Sat Sep 27 10:09:21 2003 UTC revision 1.2 by flashcode, Sun Oct 12 14:13:49 2003 UTC
# Line 21  OPTIONS=-Wall -W -pipe -O2 Line 21  OPTIONS=-Wall -W -pipe -O2
21    
22  OUTPUT=../gui.a  OUTPUT=../gui.a
23  OBJS=gui-display.o gui-input.o  OBJS=gui-display.o gui-input.o
24    INCLUDES=`pkg-config --cflags gtk+-2.0`
25  DEFINES=WEE_GTK  DEFINES=WEE_GTK
26    
27  all: $(OBJS)  all: $(OBJS)
# Line 32  $(OBJS): Line 33  $(OBJS):
33  clean:  clean:
34          rm -f *.o *.a *~ core          rm -f *.o *.a *~ core
35    
36  gui-display.o: gui-display.c ../../weechat.h ../gui.h ../../config.h \  gui-display.o: gui-display.c ../../weechat.h ../gui.h ../../completion.h \
37    ../../irc/irc.h ../../gui/gui.h    ../../history.h ../../config.h ../../irc/irc.h ../../gui/gui.h
38  gui-input.o: gui-input.c ../../weechat.h ../gui.h  gui-input.o: gui-input.c ../../weechat.h ../gui.h ../../completion.h \
39      ../../history.h ../../config.h ../../command.h ../../irc/irc.h \
40      ../../gui/gui.h

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26