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.8 by maloninc, Fri Aug 5 01:11:07 2005 UTC revision 1.9 by maloninc, Sun Aug 7 23:24:19 2005 UTC
# Line 1  Line 1 
1  if IS_DARWIN  if IS_DARWIN
2  noinst_PROGRAMS = mnote  noinst_PROGRAMS = mnote app
3  else  else
4  bin_PROGRAMS = mnote  bin_PROGRAMS = mnote
5  endif  endif
# Line 47  MY_DIST_DIR=MalonNote-${PACKAGE_VERSION} Line 47  MY_DIST_DIR=MalonNote-${PACKAGE_VERSION}
47    
48  if IS_DARWIN  if IS_DARWIN
49  APP=mnote.app  APP=mnote.app
50  app:  app: mnote
51          rm -fr ./${APP}          rm -fr ./${APP}
52          mkdir -p ./${APP}/Contents/MacOS/          mkdir -p ./${APP}/Contents/MacOS/
53          mkdir -p ./${APP}/Contents/Resources/          mkdir -p ./${APP}/Contents/Resources/
# Line 56  app: Line 56  app:
56          cp -p mnote.icns ./${APP}/Contents/Resources/          cp -p mnote.icns ./${APP}/Contents/Resources/
57          echo -n "APPL????" > ./${APP}/Contents/PkgInfo          echo -n "APPL????" > ./${APP}/Contents/PkgInfo
58    
59    appinst:
60            cp -pr mnote.app /Applications/
61    
62  distsrc:  distsrc:
63          cvs2cl.pl          cvs2cl.pl
64          make dist          make dist

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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