head     1.5;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.5
date     93.08.08.20.18.12;  author jesup;  state Exp;
branches ;
next     1.4;

1.4
date     93.08.08.20.15.30;  author jesup;  state Exp;
branches ;
next     1.3;

1.3
date     93.07.30.19.21.51;  author jesup;  state Exp;
branches ;
next     1.2;

1.2
date     93.07.30.19.21.09;  author jesup;  state Exp;
branches ;
next     1.1;

1.1
date     93.07.30.19.16.59;  author jesup;  state Exp;
branches ;
next     ;


desc
@@


1.5
log
@*** empty log message ***
@
text
@V    = 40
REMOTE = HOG:Other/networking/envoy/src/printer/config
LIBS = lib:sc.lib lib:amiga.lib lib:debug.lib

LFLAGS = SMALLCODE \
	 SMALLDATA \
	 STRIPDEBUG \
	 PLAIN \
	 NOICONS

CFLAGS = DEBUG=LINE \
	 DATA=FAR \
	 COMNEST \
	 PARAMETERS=REGISTERS \
	 NOSTACKCHECK \
	 STRINGMERGE \
	 NOMULTIPLEINCLUDES \
	 OPTIMIZE \
	 STRINGSCONST \
	 OPTIMIZERSIZE \
	 OPTIMIZERINLINELOCAL \
	 NOVERSION \
	 NOICONS \
	 MEMORYSIZE=HUGE \
	 INCLUDEDIR=hog:Other/networking/envoy/include/ \
	 OPTIMIZERCOMPLEXITY=3 \
	 OPTIMIZERDEPTH=3 \
	 OPTIMIZERRECURDEPTH=0 \
	 IGNORE=104

SCSRC = serverconfig.c
SCOBJS = serverconfig.o
CCSRC = clientconfig.c
CCOBJS = clientconfig.o

all : serverconfig clientconfig

serverconfig.o : serverconfig.c printerserverconfig.h
clientconfig.o : clientconfig.c printerclientconfig.h

.c.o:
	@@echo --- $*.c ---
	@@$(CC) $(CFLAGS) $*.c

serverconfig : serverconfig.o
	slink lib:astartup.obj+$(SCOBJS) to serverconfig lib $(LIBS) $(LFLAGS)\
		MAP $*.map HSXLO
clientconfig: clientconfig.o
	slink lib:astartup.obj+$(CCOBJS) to clientconfig lib $(LIBS) $(LFLAGS)\
		MAP $*.map HSXLO

version :
        bumprev $(V) printerclientconfig
        bumprev $(V) printerserverconfig

internal : all
        copy $(SCSRC) $(CCSRC) smakefile serverconfig clientconfig $(REMOTE) NOPRO
        copy printerclientconfig\#? $(REMOTE) NOPRO
        copy printerserverconfig\#? $(REMOTE) NOPRO



@


1.4
log
@needed data=far, of course
@
text
@d38 2
a39 2
serverconfig.o : serverconfig.c
clientconfig.o : clientconfig.c
d56 1
a56 1
internal :
@


1.3
log
@*** empty log message ***
@
text
@d12 1
@


1.2
log
@*** empty log message ***
@
text
@d57 2
a58 2
        copy printerclientconfig#? $(REMOTE) NOPRO
        copy printerserverconfig#? $(REMOTE) NOPRO
@


1.1
log
@Initial revision
@
text
@d8 1
a8 5
	 MAPHUNK \
	 MAPSYMBOLS \
	 MAPLIB \
	 MAPXREFERENCE \
	 NOSTANDARDIO \
d46 1
a46 1
		MAP $*.map
d49 1
a49 1
		MAP $*.map
@
