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

39 lines
888 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 -leventmon
IDB_TAG=-idb $(SSS_EOE)
OBJECT_STYLE=N32
LCDEFS =
LCOPTS =
LCINCS = $(LOCALINCS)
CFILES = uiavail.c uielements.c uiavailmon.c
LD_QUICKSTART_INFO=
COMMONPREF = SSS
LIBPATH = /usr/lib32/internal
TARGETS = libavailability.so
default: $(TARGETS)
include $(COMMONRULES)
clobber clean:
rm -f *.o $(TARGETS)
rm -f *.so so_locations Makedepend
libavailability.so: $(OBJECTS)
cc $(OBJECTS) ../semd_config/semd_config.o \
$(LDFLAGS) -shared -all -soname $@ \
-exports_file $(ROOT)/usr/include/sss/rgPluginServer.export \
-o $@ -g -woff 1048 -no_unresolved
install: default
${INSTALL} $(IDB_TAG) -F $(LIBPATH) $(TARGETS)