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


38.7
date     93.02.09.15.22.09;  author vertex;  state Exp;
branches ;
next     38.6;

38.6
date     92.10.01.14.51.30;  author vertex;  state Exp;
branches ;
next     38.5;

38.5
date     92.07.16.12.52.43;  author vertex;  state Exp;
branches ;
next     38.4;

38.4
date     91.09.27.13.30.56;  author vertex;  state Exp;
branches ;
next     38.3;

38.3
date     91.09.27.13.10.27;  author vertex;  state Exp;
branches ;
next     38.2;

38.2
date     91.07.15.11.16.05;  author vertex;  state Exp;
branches ;
next     38.1;

38.1
date     91.06.28.17.46.42;  author vertex;  state Exp;
branches ;
next     ;


desc
@lmk file for Input prefs editor
@


38.7
log
@Bumped to V40
@
text
@
MODNAME	          = input
VERSION		  = 40

REMOTE		  = V$(VERSION):src/workbench/prefs/input

LD_FILE	          = $(MODNAME).ld
LD_STRIP          = $(MODNAME).ld.strip

C_COMPILER        = LC
C_COMPILER_OPTS   = -b0 -ms -v -rr -O -cfistqmc -d1

ASSEMBLER         = HX68 -a
ASSEMBLER_OPTS    = -csy -i include: -o

LINKER            = Blink
LINKER_OPTS	  = ADDSYM SMALLCODE SMALLDATA MAP $(MODNAME).map HLSXF
LINKER_OPTS_STRIP = ND

C_SOURCES   = pe_main.c pe_custom.c pe_strings.c pe_utils.c pe_iff.c
ASM_SOURCES =
OBJECTS     = pe_main.o pe_custom.o pe_strings.o pe_utils.o pe_iff.o
STARTUP	    =
LIBS	    = LIB:debug.lib LIB:amiga.lib LIB:lcr.lib


##############################################################################
# Build the stripped load file...
#
$(LD_STRIP):	$(LD_FILE)
		$(LINKER) FROM $(LD_FILE) TO $(LD_STRIP) $(LINKER_OPTS_STRIP)


##############################################################################
# Build the load file...
#
$(LD_FILE):	$(OBJECTS) $(LIBS)
		$(LINKER) FROM $(STARTUP) $(OBJECTS) TO $(LD_FILE) LIB $(LIBS) $(LINKER_OPTS)


##############################################################################
# Default rules...
#
.c.o:
	$(C_COMPILER) $(C_COMPILER_OPTS) $*.c

.asm.o:
	$(ASSEMBLER) $*.asm $(ASSEMBLER_OPTS) $*.o


##############################################################################
# All dependencies...
#
pe_strings.o: pe_strings.c pe_strings.h texttable.h
pe_main.o: pe_main.c $(MODNAME)_rev.rev pe_custom.h pe_utils.h pe_strings.h
pe_custom.o: pe_custom.c pe_custom.h pe_utils.h pe_strings.h pe_iff.h
pe_utils.o: pe_utils.c pe_utils.h pe_custom.h pe_strings.h
pe_iff.o: pe_iff.c pe_iff.h pe_custom.h


##############################################################################
# Bump the version...
#
version:
	@@BumpRev $(VERSION) $(MODNAME)_rev


##############################################################################
# Delete all object files
#
clean:
	@@Delete \#?.o
	@@Delete $(LD_FILE) $(LD_STRIP) $(MODNAME).map


##############################################################################
# Release the current build to the server...
#
internal:
	@@Delete $(REMOTE)/((\#?.(c|h|asm|i|ld|rev|doc|library))|lmkfile)
	@@Protect ((\#?.(c|h|asm|i|ld|rev|doc))|lmkfile|$(LD_STRIP)) +rd quiet
	@@Copy \#?.(strip|ld|doc|library) \#?_rev.\#? $(REMOTE)
@


38.6
log
@*** empty log message ***
@
text
@d3 1
a3 1
VERSION		  = 39
@


38.5
log
@*** empty log message ***
@
text
@d13 1
a13 1
ASSEMBLER         = CAsm -a
@


38.4
log
@*** empty log message ***
@
text
@d3 1
a3 1
VERSION		  = 38
d5 1
a5 1
REMOTE		  = V:src/workbench/prefs/input
@


38.3
log
@*** empty log message ***
@
text
@d80 3
a82 3
	@@Delete $(REMOTE)/((\#?.(c|h|asm|i|ld|rev|doc|library))|lmkfile|$(LD_STRIP))
	@@Protect ((\#?.(c|h|asm|i|ld|rev|doc))|lmkfile|$(LD_STRIP)) +r quiet
	@@Copy ((\#?.(ld|rev|doc|library))|$(LD_STRIP)) $(REMOTE)
@


38.2
log
@Changes for new pe_strings.c prefs shell module
@
text
@d8 1
a8 1
LD_STRIP          = $(MODNAME)
d82 1
a82 1
	@@Copy ((\#?.(c|h|asm|i|ld|rev|doc|library))|lmkfile|$(LD_STRIP)) $(REMOTE)
@


38.1
log
@Initial V38 RCS checkin
@
text
@d20 1
a20 1
C_SOURCES   = pe_main.c pe_custom.c texttable.c pe_utils.c pe_iff.c
d22 1
a22 1
OBJECTS     = pe_main.o pe_custom.o texttable.o pe_utils.o pe_iff.o
d54 4
a57 4
texttable.o: texttable.c texttable.h
pe_main.o: pe_main.c $(MODNAME)_rev.rev pe_custom.h pe_utils.h texttable.h
pe_custom.o: pe_custom.c pe_custom.h pe_utils.h texttable.h pe_iff.h
pe_utils.o: pe_utils.c pe_utils.h pe_custom.h
@
