1
0
Files
irix-657m-src/eoe/cmd/sss/console/plugins/webconfig_plugin/Makefile
2022-09-29 17:59:04 +03:00

40 lines
821 B
Makefile

#!smake
#
#
SRC_DEPTH = ../../..
include $(ROOT)/usr/include/make/commondefs
include $(SRC_DEPTH)/include/ssscommondefs
LOCALINCS = -nostdinc -I$(ROOT)/usr/include/sss -I$(ROOT)/usr/include \
-I../include
LLDLIBS= -delay_load -lssdb -lSSC
OBJECT_STYLE=N32
LCDEFS =
LCOPTS =
LCINCS = $(LOCALINCS)
CFILES = rgpssrvconf.c
LD_QUICKSTART_INFO=
COMMONPREF = SSS
LIBPATH = /usr/lib32/internal
TARGETS = rgpssrvconf.so
IDB_TAG=-idb $(SSS_EOE)
default: $(TARGETS)
include $(COMMONRULES)
clobber clean:
rm -f *.o $(TARGETS)
rm -f so_locations Makedepend
rgpssrvconf.so: $(OBJECTS)
cc $(OBJECTS) $(LDFLAGS) -shared -all -soname $@ \
-exports_file $(ROOT)/usr/include/sss/rgPluginServer.export \
-o $@ -g -woff 1048,1196,1174 -no_unresolved
install: default
${INSTALL} $(IDB_TAG) -F $(LIBPATH) $(TARGETS)