Skip to content

Commit

Permalink
Remove randomize and saber targets (#2)
Browse files Browse the repository at this point in the history
* remove randomize

* removed saber target
  • Loading branch information
bgloyer authored Jun 14, 2020
1 parent 6574577 commit 1819fcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
12 changes: 1 addition & 11 deletions Imakefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,11 @@ OBJS = colors.o data.o death.o defaults.o defwin.o detonate.o dmessage.o \
$(SP_OBJS) $(DASHBOARD_OBJS) $(FONTBITMAP_OBJS) $(META_OBJS) \
$(RECORD_OBJS)

AllTarget(randomize)
NormalProgramTarget(randomize,randomize.o $(RAND_OBJS),,,)

AllTarget($(TARGET))
NormalProgramTargetRandomize($(TARGET),$(OBJS),,,,./randomize)
NormalProgramTarget($(TARGET),$(OBJS),,,)
InstallProgram($(TARGET),$(NETREK_BIN))
DependTarget()

#ifdef SaberProgramTarget
SaberProgramTarget($(TARGET), $(SRCS), $(OBJS),$(LDLIBS),)
#endif

/* A test of the effects of putting all code in one file */
NormalProgramTarget(netrektest,BIG.o,,,)
Expand All @@ -134,10 +128,6 @@ World ::

NormalProgramTarget(xdebug_packets,xdebug_packets.o,,XawClientLibs,-lm)
Protos(protos.h, $(SRCS))
#ifdef SaberProgramTarget
SaberProgramTarget(xdebug_packets, xdebug_packets.c, xdebug_packets.o,XawClientLibs,-lm)
#endif


proto-%:
cproto -p -m -s -f3 -D__STDC__ -D_NO_DEPEND -DCPROTO $(EXTRA_DEFINES) $(ALLINCLUDES) $* | grep static
17 changes: 0 additions & 17 deletions randomize.c

This file was deleted.

0 comments on commit 1819fcb

Please sign in to comment.