"Fossies" - the Fresh Open Source Software Archive

Member "g3data-1.5.4/Makefile.am" (8 Jan 2011, 468 Bytes) of package /linux/privat/old/g3data-1.5.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 SUBDIRS = doc \
    2 	data
    3 
    4 bin_PROGRAMS = g3data/g3data
    5 
    6 g3data_source_files = \
    7 	g3data/drawing.c \
    8 	g3data/drawing.h \
    9 	g3data/main.c \
   10 	g3data/main.h \
   11 	g3data/points.c \
   12 	g3data/points.h \
   13 	g3data/sort.c \
   14 	g3data/sort.h \
   15 	g3data/strings.h \
   16 	g3data/vardefs.h
   17 
   18 g3data_g3data_SOURCES = $(g3data_source_files)
   19 
   20 AM_CFLAGS = $(WARNING_FLAGS)
   21 
   22 AM_CPPFLAGS = $(GLIB_CFLAGS)
   23 AM_CPPFLAGS += $(GTK_CFLAGS)
   24 g3data_g3data_LDADD = $(GLIB_LIBS)
   25 g3data_g3data_LDADD += $(GTK_LIBS)