Changeset 13a8a67 for app/src/dgp


Ignore:
Timestamp:
05/01/08 22:27:23 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
df77b87
Parents:
28e9ae0
git-author:
pawelk <pawelk@…> (05/01/08 22:27:23)
git-committer:
pawelk <pawelk@…> (05/01/08 22:27:23)
Message:

Przejrzalem narzedzia pod katem includow CMDLINE_FILE.
Gdzie mozna bylo, usunalem.
Jest pewien balagan w Makefile'ach, bo nadmiarowo dodalem -D ....
Calosc sie kompiluje i generuje sie tarball.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@36 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

Location:
app/src/dgp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • app/src/dgp/Makefile

    r28e9ae0 r13a8a67  
    2020 
    2121${bin}: ${objs} 
    22         ${CXX} ${CXXFLAGS} -o $@ ${objs} 
     22        ${CXX} ${CXXFLAGS} -D _CMDLINE_FILE=$(CMDLINE_FILE) -o $@ ${objs} 
    2323 
    2424include $(sources:.cc=.d) 
     
    2828 
    2929%.d: %.cc 
    30         $(CC) -MM $(CPPFLAGS) $< > $@.$$$$; \ 
     30        $(CC) -MM $(CPPFLAGS) -D _CMDLINE_FILE=$(CMDLINE_FILE) $< > $@.$$$$; \ 
    3131        sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ 
    3232        rm -f $@.$$$$ 
  • app/src/dgp/main.cc

    r28e9ae0 r13a8a67  
    77 */ 
    88 
    9 #include "cmdline.h" 
    109#include "global.hh" 
    1110#include "mgraph.hh" 
     
    1413#include "dgp0.hh" 
    1514#include "../common/common.h" 
     15#include "cmdline.h" 
    1616 
    1717#define MAXSEGMENTS 500 
Note: See TracChangeset for help on using the changeset viewer.