Updated: build script and readme

This commit is contained in:
Hans Koch 2022-03-22 11:05:18 +01:00
parent ab66e82584
commit 8b45608763
3 changed files with 15 additions and 3 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
Makefile
Makefile.bak
mlclock
mlckock.o
mlckock_man

View File

@ -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)

7
README
View File

@ -4,6 +4,7 @@ HOW TO COMPILE
1) xmkmf 1) xmkmf
2) make 2) make
3) make install
-or- -or-
@ -17,4 +18,8 @@ HOW TO USE
ABOUT BUGS ABOUT BUGS
Send mail to hideki@hry.info.gifu-u.ac.jp Open a GitHub Issue
ORIGINAL AUTHOR:
hideki@hry.info.gifu-u.ac.jp