Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Makefile
Makefile.bak
mlclock
mlclock.o
mlclock.man
mlclock_man
6 changes: 4 additions & 2 deletions Imakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ OPTION =
# If function dosen't find , add -lsocket or whatever you need .
# This is example .
#ADD_LIBRARIES = -lxpg4 -lsocket -lnsl
ADD_LIBRARIES = -lxpg4
ifeq ($(uname -s), Solaris)

@Hammster Hammster Mar 22, 2022

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you know more about lxpg4 it would be great I only found it in solaris context as xpg4 which is why I added the condition like this.

ADD_LIBRARIES = -lxpg4
endif

#---You shouldn't have to change anything below this line.---

Expand All @@ -18,4 +20,4 @@ OBJS = $(SRCS:.c=.o)

DEFINES = $(OPTION) -DRCFILE=\"${RCFILE}\"

ComplexProgramTarget( mlclock )
ComplexProgramTarget(mlclock)
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ HOW TO COMPILE

1) xmkmf
2) make
3) make install

-or-

Expand All @@ -17,4 +18,8 @@ HOW TO USE

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