/[webpac]/openisis/0.9.9e/core/core.mk
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /openisis/0.9.9e/core/core.mk

Parent Directory Parent Directory | Revision Log Revision Log


Revision 604 - (hide annotations)
Mon Dec 27 21:49:01 2004 UTC (19 years, 4 months ago) by dpavlin
File size: 425 byte(s)
import of new openisis release, 0.9.9e

1 dpavlin 604 # $Id: core.mk,v 1.8 2004/11/01 10:17:01 kripke Exp $
2    
3     # core features
4     ifdef WIN32
5     NOSHMODE=1
6     endif
7     ifndef NOSHMODE
8     COREDEF_SHMODE=-DBUILD_SHMODE
9     endif
10     ifdef LARGEFILES
11     COREDEF_LARGE=-DBUILD_LARGE
12     endif
13     COREDEFS=$(COREDEF_SHMODE) $(COREDEF_LARGE)
14    
15     CORE=uti sys rdx qdx cdx db
16     core: $(CORE:%=$(O)/%.o)
17    
18     $(O)/%.o: ../core/%.c ../core/core.h
19     @- [ -d $(O) ] || mkdir $(O)
20     $(CC) -c $(CPPFLAGS) $(COREDEFS) $(CFLAGS) -o $@ $<

  ViewVC Help
Powered by ViewVC 1.1.26