/[bubblemon]/bubblemon/src/Makefile.am
ViewVC logotype

Diff of /bubblemon/src/Makefile.am

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

revision 1.9 by johan, Mon Jul 22 17:32:31 2002 UTC revision 1.10 by rael, Wed Nov 13 12:51:43 2002 UTC
# Line 1  Line 1 
1  ## Process this file with automake to produce Makefile.in  ## Process this file with automake to produce Makefile.in
2    
 EXTRA_DIST = msgInBottle.c  
   
3  localedir=$(datadir)/locale  localedir=$(datadir)/locale
4  defaultincludes = -I. -I$(srcdir) -I..  defaultincludes = -I. -I$(srcdir) -I..
5    
6  INCLUDES = \  INCLUDES = \
7          $(GNOME_INCLUDEDIR) \          -I $(defaultincludes) \
8          -I $(LIBGTOP_INCLUDEDIR) \          -DGTK_ENABLE_BROKEN \
9          $(defaultincludes)          -DGNOMELOCALEDIR=\"$(prefix)/$(DATADIRNAME)/locale\" \
10            $(GNOME_APPLETS_CFLAGS) \
11            $(GTOP_APPLETS_CFLAGS)
12    
13  DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@  DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
14    
15  bin_PROGRAMS = bubblemon-gnome1  bin_PROGRAMS = bubblemon-gnome2
16    
17  bubblemon_gnome1_SOURCES = \  bubblemon_gnome2_SOURCES = \
18          bubblemon.c bubblemon.h \          bubblemon.c bubblemon.h \
19            gnome2-ui.c gnome2-ui.h \
20          meter.h ui.h \          meter.h ui.h \
21          gnome1-meter.c gnome1-ui.c \          gnome1-meter.c \
22          unix-mail.c mail.h \          unix-mail.c mail.h \
23          gnome1-netload.c netload.c netload.h          gnome1-netload.c netload.c netload.h
24    
25  bubblemon_gnome1_LDADD = \  bubblemon_gnome2_LDADD = \
26          $(GNOME_LIBDIR) \          $(GNOME_APPLETS_LIBS)   \
27          $(GNOME_APPLETS_LIBS) \          $(GTOP_APPLETS_LIBS)
28          $(LIBGTOP_LIBS) \  
29          $(LIBGTOP_EXTRA_LIBS)  EXTRA_DIST = msgInBottle.c
30    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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