21 lines
596 B
Plaintext
21 lines
596 B
Plaintext
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:43 drk $
|
|
|
|
DEPEND_DEFINES = $(DEPENDDEFINES)
|
|
DEFINES = -DSHAPE
|
|
|
|
DEPLIBS = DepDtClientLibs
|
|
LOCAL_LIBRARIES = DtClientLibs
|
|
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|
|
|
#if defined (SunArchitecture)
|
|
EXTRA_CCOPTIONS = -xF
|
|
#endif
|
|
|
|
SRCS = main_dtcopy.c copydialog.c overwrtdialog.c dosync.c \
|
|
fsrtns.c utils.c errordialog.c sharedFuncs.c
|
|
|
|
OBJS = main_dtcopy.o copydialog.o overwrtdialog.o dosync.o \
|
|
fsrtns.o utils.o errordialog.o sharedFuncs.o
|
|
|
|
ComplexProgramTarget(dtfile_copy)
|