diff options
| author | bremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30> | 2006-06-01 15:21:54 +0000 | 
|---|---|---|
| committer | bremner <bremner@09fa754a-f411-0410-976a-da6bfa213b30> | 2006-06-01 15:21:54 +0000 | 
| commit | 0adbe5a920fe6106109f14d6bdb28dee49cb8774 (patch) | |
| tree | f672c1a2023f0da4c7c4f0508fa6d53b4ff44e0f /Makefile | |
| parent | a468544d39ef18c6e47fd59cf427a4e25fe22b7f (diff) | |
first version of rat2canon
git-svn-id: file:///export/data/bremner/svn/trunk/inetools@5354 09fa754a-f411-0410-976a-da6bfa213b30
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 8 insertions, 1 deletions
| @@ -2,7 +2,7 @@  .SUFFIXES: .doc .ds -BIN= rat2float float2rat +BIN= rat2float float2rat rat2canon  MPOBJ=  CC=gcc @@ -39,6 +39,13 @@ rat2float: rat2float.c rat2float.ds $(MPOBJ)  	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(MPOBJ) $(LDFLAGS) $< +rat2canon.ds: rat2canon.doc + +rat2canon: rat2canon.c rat2canon.ds $(MPOBJ) +	$(CC) $(CPPFLAGS) $(CFLAGS) -o $@ $(MPOBJ) $(LDFLAGS) $< + + +  float2rat.ds: float2rat.doc  float2rat: float2rat.c float2rat.ds | 
