1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-06 13:11:35 +00:00
Files
AROS-v0/workbench/libs/usergroup/mmakefile.src
deadwood 512f1a382b Disabled usergroup.library and netinfo.device
Interface needs a review before making it public, for example utmp.h
contains long variables, which have different size between 32-bit
and 64-bit.
2025-10-17 09:31:43 +02:00

40 lines
812 B
Plaintext

#
# Rules to build usergroup.library.
include $(SRCDIR)/config/aros.cfg
FILES := \
usergroup \
error \
credential \
resource \
getutent \
getpwent \
getgrent \
initgroups \
loginname \
time \
getpass \
getsalt \
crypt \
console \
random
USER_CPPFLAGS := -DDEBUG=1
USER_LDFLAGS := -static
#MM workbench-libs-usergroup : includes linklibs
%subtarget parentmmake=workbench-libs mmake=workbench-libs-usergroup
#%build_module mmake=workbench-libs-usergroup modname=usergroup \
# modtype=library files="$(FILES)" \
# uselibs=""
#INCLUDE_FILES:=usergroup.h
#%copy_includes path=libraries includes=$(INCLUDE_FILES)
#INCLUDE_FILES:=utmp.h
#%copy_includes includes=$(INCLUDE_FILES)
%common