mirror of
https://github.com/morgant/mlclock.git
synced 2024-11-22 18:30:53 +00:00
Updated: build script and readme
This commit is contained in:
parent
ab66e82584
commit
8b45608763
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.bak
|
||||||
|
mlclock
|
||||||
|
mlckock.o
|
||||||
|
mlckock_man
|
@ -7,7 +7,9 @@ OPTION =
|
|||||||
# If function dosen't find , add -lsocket or whatever you need .
|
# If function dosen't find , add -lsocket or whatever you need .
|
||||||
# This is example .
|
# This is example .
|
||||||
#ADD_LIBRARIES = -lxpg4 -lsocket -lnsl
|
#ADD_LIBRARIES = -lxpg4 -lsocket -lnsl
|
||||||
ADD_LIBRARIES = -lxpg4
|
ifeq ($(uname -s), Solaris)
|
||||||
|
ADD_LIBRARIES = -lxpg4
|
||||||
|
endif
|
||||||
|
|
||||||
#---You shouldn't have to change anything below this line.---
|
#---You shouldn't have to change anything below this line.---
|
||||||
|
|
||||||
@ -18,4 +20,4 @@ OBJS = $(SRCS:.c=.o)
|
|||||||
|
|
||||||
DEFINES = $(OPTION) -DRCFILE=\"${RCFILE}\"
|
DEFINES = $(OPTION) -DRCFILE=\"${RCFILE}\"
|
||||||
|
|
||||||
ComplexProgramTarget( mlclock )
|
ComplexProgramTarget(mlclock)
|
||||||
|
Loading…
Reference in New Issue
Block a user