## Process this file with automake to produce Makefile.in. ## Pharmacy ## We require new-style dependency handling. AUTOMAKE_OPTIONS = 1.2f INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../pixmaps \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(includedir) $(GNOME_INCLUDEDIR) bin_PROGRAMS = pharmacy ## pharmacy_BITMAPS = pharmacy.png pharmacy_SOURCES = \ pharmacy.c \ dirtree.c \ serverdlg.c \ location.c \ console.c \ filelist.c \ que.c \ update.c \ checkout.c \ preferences.c \ agent.c \ subshell.c \ login.c \ status.c \ commit.c \ add.c \ remove.c \ diff.c \ utils.c \ stock.c pharmacy_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) pixmapdir = $(datadir)/pixmaps EXTRA_DIST = pharmacy.desktop agent.h checkout.h preferences.h console.h\ dirtree.h filelist.h location.h login.h pharmacy.h\ que.h serverdlg.h subshell.h update.h\ add.h remove.h status.h commit.h diff.h utils.h stock.h ## $(pharmacy_BITMAPS) \ ## redlight.xpm redlightsm.xpm\ ## bolt.xpm boltsm.xpm ## pharmacybitmapsdir = $(datadir)/pixmaps ## pharmacybitmaps_DATA = $(pharmacy_BITMAPS) #CFLAGS += $(GTK_CFLAGS) -Wall #LIBS += $(GTK_LIBS) $(X_LIBS) CFLAGS += $(DEBUG) sysdir = $(datadir)/gnome/apps/Development sys_DATA = pharmacy.desktop