head 1.2; access; symbols start:1.1.1.1 ian:1.1.1; locks; strict; comment @# @; 1.2 date 2005.02.23.17.22.06; author ian; state Exp; branches; next 1.1; 1.1 date 2005.02.18.04.22.49; author cworth; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.02.18.04.22.49; author cworth; state Exp; branches; next ; desc @@ 1.2 log @ * Major build file cleanup by Nathan Fredrickson * All header files moved into src/ * configure: Check for mysql and gpsd. @ text @SUBDIRS = src data pixmaps po intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in EXTRA_DIST = $(intltool_extra) DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install @ 1.1 log @Initial revision @ text @d1 1 a1 4 ## Process this file with automake to produce Makefile.in ## Created by Anjuta - will be overwritten ## If you don't want it to overwrite it, ## Please disable it in the Anjuta project configuration d3 1 a3 1 SUBDIRS = intl po macros include src pixmaps d5 1 a5 10 roadsterdocdir = ${prefix}/doc/roadster roadsterdoc_DATA = \ README\ COPYING\ AUTHORS\ ChangeLog\ INSTALL\ NEWS\ TODO\ ABOUT-NLS d7 4 a10 15 EXTRA_DIST = $(roadsterdoc_DATA) gnomemenudir = $(prefix)/@@NO_PREFIX_PACKAGE_MENU_DIR@@/Applications gnomemenu_DATA = roadster.desktop roadster_glade_filedir = $(prefix)/@@NO_PREFIX_PACKAGE_DATA_DIR@@/@@PACKAGE@@/glade roadster_glade_file_DATA = roadster.glade # Copy all the spec files. Of cource, only one is actually used. dist-hook: for specfile in *.spec; do \ if test -f $$specfile; then \ cp -p $$specfile $(distdir); \ fi \ done d12 1 @ 1.1.1.1 log @Initial import of Ian McIntosh's excellent roadster application @ text @@