Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
22
cde/programs/dtconfig/hp/Imakefile
Normal file
22
cde/programs/dtconfig/hp/Imakefile
Normal file
@@ -0,0 +1,22 @@
|
||||
XCOMM $XConsortium: Imakefile /main/5 1996/07/24 14:15:31 drk $
|
||||
/* *
|
||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company *
|
||||
* (c) Copyright 1993, 1994 International Business Machines Corp. *
|
||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc. *
|
||||
* (c) Copyright 1993, 1994 Novell, Inc. *
|
||||
*/
|
||||
|
||||
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP)
|
||||
|
||||
TARGETS = dtconfig dtlogin.rc \
|
||||
dtrc dtrc.dtlogin_st dtrc.getty_wait dtrc.graph_conf
|
||||
|
||||
AllTarget($(TARGETS))
|
||||
|
||||
CppScriptTarget(dtconfig,dtconfig.src,$(LOCAL_CPP_DEFINES),)
|
||||
CppScriptTarget(dtlogin.rc,dtlogin.rc.src,$(LOCAL_CPP_DEFINES),)
|
||||
CppScriptTarget(dtrc,dtrc.src,$(LOCAL_CPP_DEFINES),)
|
||||
CppScriptTarget(dtrc.dtlogin_st,dtrc.dtlogin_st.src,$(LOCAL_CPP_DEFINES),)
|
||||
CppScriptTarget(dtrc.getty_wait,dtrc.getty_wait.src,$(LOCAL_CPP_DEFINES),)
|
||||
CppScriptTarget(dtrc.graph_conf,dtrc.graph_conf.src,$(LOCAL_CPP_DEFINES),)
|
||||
Reference in New Issue
Block a user