comparison lib-src/Makefile.in @ 2362:a0505f85e69d

* Makefile.in (C_SWITCH_SYSTEM): New variable. (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the compiler.
author Jim Blandy <jimb@redhat.com>
date Thu, 25 Mar 1993 03:51:38 +0000
parents 7afd5e41ed30
children caa2cade8190
comparison
equal deleted inserted replaced
2361:b1c74a8a020b 2362:a0505f85e69d
14 14
15 # ==================== Things `configure' might edit ==================== 15 # ==================== Things `configure' might edit ====================
16 16
17 CC=cc 17 CC=cc
18 CONFIG_CFLAGS=-g 18 CONFIG_CFLAGS=-g
19 C_SWITCH_SYSTEM=
19 LOADLIBES= 20 LOADLIBES=
20 version=version-not-set 21 version=version-not-set
21 configname=configuration-name-not-set 22 configname=configuration-name-not-set
22 23
23 # ==================== Where To Install Things ==================== 24 # ==================== Where To Install Things ====================
97 98
98 ### We need to #define emacs to get the right versions of some files. 99 ### We need to #define emacs to get the right versions of some files.
99 ### Some other files - those shared with other GNU utilities - need 100 ### Some other files - those shared with other GNU utilities - need
100 ### HAVE_CONFIG_H #defined before they know they can take advantage of 101 ### HAVE_CONFIG_H #defined before they know they can take advantage of
101 ### the information in ../src/config.h. 102 ### the information in ../src/config.h.
102 CFLAGS=${CONFIG_CFLAGS} -Demacs -DHAVE_CONFIG_H -I../src 103 CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src
103 104
104 all: ${EXECUTABLES} 105 all: ${EXECUTABLES}
105 106
106 ### Install the internal utilities. Until they are installed, we can 107 ### Install the internal utilities. Until they are installed, we can
107 ### just run them directly from lib-src. 108 ### just run them directly from lib-src.