Make Problem

"Lothar Behrens" <[email protected]>
Newsgroups gmane.linux.suse.programming
Message-ID <[email protected]>
Hallo,

ich habe ein übergeordnetes makefile, in dem ich alle Teilprojekte 
durch automatisch generierte Makefiles baue.

Ich bekomme das mit dem clean Aufruf nicht hin. Dies ist das makefile:

MAKESUBDIR= \
        @( \
        cd $@; \
        ./makefile.sh; \
        make; \
        )

MAKEWXSAMPLE= \
        @( \
        cd $@; \
        make -f makefile.wx-sample; \
        )

all_targets: lbHook \
        lbDB \
        lbModule \
        lbclasses \
        lbMetaApplication \
        ../AppDevelopmentDemo/App \
        ../Test/Console/XML \
        ../Test/GUI/wxWrapper


../AppDevelopmentDemo/App: dummy
        $(MAKESUBDIR)

lbHook: dummy
        $(MAKESUBDIR)

lbDB: dummy
        $(MAKESUBDIR)

Und so weiter...

Hat da jemand einen Tip ?

Danke

Lothar
---- My home: www.lollisoft.de -----------------------------
Lothar Behrens    | Independent:       [email protected]
Rosmarinstr 3     | My public project: 
40235 Düsseldorf  |  http://sourceforge.net/projects/lbdmf
                  |  -> Need comments, please visit :-)


-- 
Um die Liste abzubestellen, schicken Sie eine Mail an:
    [email protected]
Um eine Liste aller verfügbaren Kommandos zu bekommen, schicken
Sie eine Mail an: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.