source: CMT/v1r19/java/constituents.make @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 543 bytes
Line 
1all_groups :: all
2all :: $(all_constituents)
3        @/bin/echo "$(arrow) all ok."
4
5cmt_parser :: $(cmt_parser_dependencies)
6        @echo "$(arrow) starting cmt_parser"
7        @$(cmtexe) build constituent_makefile cmt_parser; $(MAKE) -f cmt_parser.make build_strategy=keep_makefiles cmt_parser
8
9clean :: cmt_parserclean
10        @echo "$(arrow) cmt_parserclean ok"
11
12cmt_parserclean ::
13        @echo "$(arrow) starting cmt_parserclean"
14        @$(cmtexe) build constituent_makefile cmt_parser; $(MAKE) -f cmt_parser.make build_strategy=keep_makefiles cmt_parserclean
15
16
Note: See TracBrowser for help on using the repository browser.