[Scopeapp-cvs]scopeapp/src GNUmakefile,1.1,1.2
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-07-18 08:56:44
|
Update of /cvsroot/scopeapp/scopeapp/src In directory usw-pr-cvs1:/tmp/cvs-serv5377 Modified Files: GNUmakefile Log Message: Initial makefile (nearly works) Index: GNUmakefile =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/GNUmakefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GNUmakefile 18 Jul 2002 08:46:54 -0000 1.1 --- GNUmakefile 18 Jul 2002 08:56:41 -0000 1.2 *************** *** 51,55 **** # scopeapp_RESOURCE_FILES= ! # FIXME: maybe the .lproj should be here? dunno what to do with those :) # --- 51,55 ---- # scopeapp_RESOURCE_FILES= ! # FIXME: maybe the .lproj should be here? # *************** *** 71,82 **** # scopeapp_OBJC_FILES = \ ! XYPlotView.m ! #ScopeAppDelegate.m ! #ScopeController.m ! #ScopeView.m ! #TestSampler.m ! #TraceView.m ! #QuicktimeSampler.m ! #CoreAudioSampler.m # --- 71,83 ---- # scopeapp_OBJC_FILES = \ ! main.m \ ! XYPlotView.m \ ! TraceView.m \ ! ScopeView.m \ ! ScopeController.m \ ! ScopeAppDelegate.m \ ! TestSampler.m ! #CoreAudioSampler.m # refuses to compile on linux ! #QuicktimeSampler.m # refuses to compile on linux # |