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.11 by maloninc, Thu Aug 11 07:15:49 2005 UTC
# Line 33  mnote_SOURCES =       \ Line 33  mnote_SOURCES =       \
33          mnDialog.cpp      \          mnDialog.cpp      \
34          mnHtmlWindow.cpp  \          mnHtmlWindow.cpp  \
35          mnHtmlWindow.h    \          mnHtmlWindow.h    \
36            mnTextCtrl.cpp    \
37            mnTextCtrl.h      \
38          ${RESSRC}          ${RESSRC}
39                    
40  readme:README.txt README.euc  readme:README.txt README.euc
# Line 47  MY_DIST_DIR=MalonNote-${PACKAGE_VERSION} Line 49  MY_DIST_DIR=MalonNote-${PACKAGE_VERSION}
49    
50  if IS_DARWIN  if IS_DARWIN
51  APP=mnote.app  APP=mnote.app
52  app:  app: mnote
53          rm -fr ./${APP}          rm -fr ./${APP}
54          mkdir -p ./${APP}/Contents/MacOS/          mkdir -p ./${APP}/Contents/MacOS/
55          mkdir -p ./${APP}/Contents/Resources/          mkdir -p ./${APP}/Contents/Resources/
# Line 56  app: Line 58  app:
58          cp -p mnote.icns ./${APP}/Contents/Resources/          cp -p mnote.icns ./${APP}/Contents/Resources/
59          echo -n "APPL????" > ./${APP}/Contents/PkgInfo          echo -n "APPL????" > ./${APP}/Contents/PkgInfo
60    
61    appinst: app
62            cp -pr mnote.app /Applications/
63    
64  distsrc:  distsrc:
65          cvs2cl.pl          cvs2cl.pl
66          make dist          make dist

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

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