Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
19
cde/programs/dtfile/dtcopy/Imakefile
Normal file
19
cde/programs/dtfile/dtcopy/Imakefile
Normal file
@@ -0,0 +1,19 @@
|
||||
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:43 drk $
|
||||
|
||||
DEFINES = -DXK_MISCELLANY -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)
|
||||
Reference in New Issue
Block a user