Changeset 41c6ce in git
- Timestamp:
- Feb 17, 2005, 5:38:35 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 041f605161d1a76a1c84079b6ca824b4fe4902a3
- Parents:
- dee5f73edaad83fffbcbd97d0a093cf6ab348c0f
- Location:
- Singular
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
rdee5f7 r41c6ce 123 123 124 124 # normal C source files 125 CSOURCES= dError.c125 CSOURCES= 126 126 127 127 # C++ sources which are used if part of the kernel are dynamically linked … … 160 160 ipconv.h \ 161 161 subexpr.h ipid.h \ 162 cntrlc.h ipprint.h sdb.h dError.h\162 cntrlc.h ipprint.h sdb.h \ 163 163 ipshell.h tok.h \ 164 164 fast_maps.h \ … … 490 490 491 491 tags: 492 ctags *.y *. l *.c *.h *.cc*.inc492 ctags *.y *.[lch] *.cc *.inc ../kernel/*.[ch] ../kernel/*.cc ../kernel/*.inc 493 493 494 494 echoLIBS: … … 676 676 677 677 depend: $(CXXSOURCES:.cc=.dd) $(ESOURCES:.cc=.dd) $(CSOURCES:.c=.d) mod2.h claptmpl.dd 678 cat *.d *.dd >depend 678 -cat *.d *.dd >depend 679 -cat *.dd >>depend 679 680 680 681 ifeq (depend,$(wildcard depend))
Note: See TracChangeset
for help on using the changeset viewer.