*** empty log message ***
This commit is contained in:
parent
9331cca8ba
commit
ce5a08a1b4
2 changed files with 7 additions and 2 deletions
|
@ -21,8 +21,8 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
|
|||
RANLIB = ranlib
|
||||
RM = rm -f
|
||||
|
||||
LUCID_SRCS = lwlib-Xlw.c xlwmenu.c
|
||||
LUCID_OBJS = lwlib-Xlw.o xlwmenu.o
|
||||
LUCID_SRCS = lwlib-Xlw.c xlwmenu.c lwlib-Xaw.c
|
||||
LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
|
||||
MOTIF_SRCS = lwlib-Xm.c
|
||||
MOTIF_OBJS = lwlib-Xm.o
|
||||
OLIT_SRCS = lwlib-Xol.c lwlib-Xolmb.c
|
||||
|
@ -62,6 +62,7 @@ xrdb-cpp.o: xrdb-cpp.c
|
|||
lwlib-utils.o: lwlib-utils.h
|
||||
lwlib.o: lwlib.h lwlib-int.h
|
||||
lwlib-Xlw.o: lwlib.h lwlib-int.h
|
||||
lwlib-Xaw.o: lwlib.h lwlib-int.h
|
||||
lwlib-Xm.o: lwlib.h lwlib-int.h lwlib-utils.h
|
||||
lwlib-Xol.o: lwlib.h lwlib-int.h
|
||||
lwlib-Xolmb.o: lwlib-Xolmb.h lwlib-XolmbP.h
|
||||
|
|
|
@ -48,6 +48,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#endif
|
||||
#if defined (USE_MOTIF)
|
||||
#include "lwlib-Xm.h"
|
||||
#else /* not USE_MOTIF */
|
||||
#if defined (USE_LUCID)
|
||||
#define USE_XAW
|
||||
#endif /* not USE_MOTIF && USE_LUCID */
|
||||
#endif
|
||||
#if defined (USE_OLIT)
|
||||
#include "lwlib-Xol.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue