COMM @(#)Imakefile	1.4 08/23/96 CERN-SW/DC Jean-Philippe Baud
COMM
COMM Copyright (C) 1990-1996 by CERN/CN/SW/DC
COMM All rights reserved 
COMM

COMM 		Make Include                   GENERIC

TAROBJS = shift_limits.h shift_macros.h shift_types.h \
          user.h strutil.h table.h strtok.h strerror.h sockutil.h pktutil.h \
          osdep.h optutil.h mknet.h marshall.h config.h bits.h command.h data.h \
          client.h server.h  strdup.h shiftconf.h getconfent.h dpmutil.h flock.h \
          parser.h sfdpmd.h sfgc.h sfgc2.h dosfgc.h scandir.h

all : $(TAROBJS)

lint :
	@echo " no lint required"

install : 
	@echo " no installation required "

export:

exportman:

exportshr:

install.man : 
	@echo " no man installation required "

clean:
	@echo " cleaning in `pwd`"
	-@rm ,* .es1

clobber:        clean
	@echo " clobbering in `pwd`"

Makefiles:

FORCE:
