~w-shackleton/droidpad-pc/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: William Shackleton
  • Date: 2011-05-26 10:33:59 UTC
  • Revision ID: w.shackleton@gmail.com-20110526103359-zul2i0m68gvs46ck
Libtoolized project, starting to add different components

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AM_MAKEFLAGS = --no-print-directory
2
2
SUBDIRS = data src
3
3
 
 
4
ACLOCAL_AMFLAGS = -I m4
 
5
 
4
6
EXTRA_DIST = configure-mingw
5
7
 
6
8
clean-local:
19
21
        @echo "--- EXPORTING to 'winexport' for windows install ---"
20
22
        test -d "winexport" || mkdir winexport
21
23
        test -d "winexport/data" || mkdir winexport/data
22
 
        cp src/spaceedit.exe winexport/
 
24
        cp src/droidpad.exe winexport/
23
25
        cp $(DATA_IMAGES) winexport/data
24
26
        cp $(MINGW_FILES) winexport/