Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/Makefile.am

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

revision 1.19 by maloninc, Tue Oct 11 09:05:15 2005 UTC revision 1.23 by maloninc, Fri Dec 30 00:54:06 2005 UTC
# Line 13  RESOBJ = Line 13  RESOBJ =
13  RESSRC =  RESSRC =
14  endif  endif
15    
16  XRCFILE = mnResource.xrc  XRCFILE_MAC = mnResource-mac.xrc
17    XRCFILE_NOMAC = mnResource.xrc
18    
19    if IS_DARWIN
20    XRCFILE = ${XRCFILE_MAC}
21    else
22    XRCFILE = ${XRCFILE_NOMAC}
23    endif
24    
25  XRCSRC  = mnResource.cpp  XRCSRC  = mnResource.cpp
26    
27  EXTRA_DIST = ${XRCFILE} mnDialog.wxg TODO Info.plist mnote.ico mnote.icns malon-small-logo.ico malon-midium-logo.ico README.euc README.txt new.template  EXTRA_DIST = ${XRCFILE_MAC} \
28                 ${XRCFILE_NOMAC} \
29                 mnDialog.wxg \
30                 TODO \
31                 Info.plist \
32                 mnote.ico \
33                 mnote.icns \
34                 malon-small-logo.ico \
35                 malon-midium-logo.ico \
36                 README.euc \
37                 README.txt \
38                 new.template
39    
40  LIBS = `wx-config --libs` -L/usr/local/lib ${RESOBJ} ${LIBICONV}  LIBS = `wx-config --libs` ${RESOBJ} ${LIBICONV}
41  mnote_DEPENDENCIES = ${RESOBJ}  mnote_DEPENDENCIES = ${RESOBJ}
42    
43  mnote_CXXFLAGS = -g `wx-config --cxxflags`  mnote_CXXFLAGS = -g `wx-config --cxxflags`
# Line 64  app: mnote Line 83  app: mnote
83          rm -fr ./${APP}          rm -fr ./${APP}
84          mkdir -p ./${APP}/Contents/MacOS/          mkdir -p ./${APP}/Contents/MacOS/
85          mkdir -p ./${APP}/Contents/Resources/          mkdir -p ./${APP}/Contents/Resources/
86            strip mnote
87          cp -p mnote ./${APP}/Contents/MacOS/          cp -p mnote ./${APP}/Contents/MacOS/
88          cp -p Info.plist ./${APP}/Contents/          cp -p Info.plist ./${APP}/Contents/
89          cp -p mnote.icns ./${APP}/Contents/Resources/          cp -p mnote.icns ./${APP}/Contents/Resources/

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.23

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26