open-src/lib/DPS/sun-src/pswrap/Makefile
changeset 965 c096efd79ce7
parent 943 294f64612d23
child 1196 1ce455dae979
equal deleted inserted replaced
964:aa315b240476 965:c096efd79ce7
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     4 #
     4 #
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # copy of this software and associated documentation files (the "Software"),
     6 # copy of this software and associated documentation files (the "Software"),
     7 # to deal in the Software without restriction, including without limitation
     7 # to deal in the Software without restriction, including without limitation
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     8 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    29      FRIENDSDEF = -DFRIENDSFILE='"<DPS/dpsfriends.h>"'
    29      FRIENDSDEF = -DFRIENDSFILE='"<DPS/dpsfriends.h>"'
    30         DEFINES = -DXENVIRONMENT
    30         DEFINES = -DXENVIRONMENT
    31       CPPFLAGS += $(DEFINES)
    31       CPPFLAGS += $(DEFINES)
    32            YACC = /usr/ccs/bin/yacc
    32            YACC = /usr/ccs/bin/yacc
    33          YFLAGS = -d
    33          YFLAGS = -d
    34 EXTRA_LIBRARIES = -ll
    34 EXTRA_LIBRARIES = # -ll
    35 
    35 
    36 SRCS = main.c pswdict.c pswfile.c \
    36 SRCS = main.c pswdict.c pswfile.c \
    37 	systemnames.c psw.c pswstring.c pswsemantics.c
    37 	systemnames.c psw.c pswstring.c pswsemantics.c
    38 
    38 
    39 OBJS = main.o pswparser.o lexer.o pswdict.o pswfile.o \
    39 OBJS = main.o pswparser.o lexer.o pswdict.o pswfile.o \