Skip to content

anonymokata/0AE25747-D7B1-438B-B64A-A4EC3E505C3B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romancalc

Roman Numerical Calculator

NOTE: files that are part of source code All other files are generated by the automake, configure, and make + |--.gitignore |--autogen.sh configure and build script |--mymake.sh build script |--README.md |--Makefile.am |--clean_ignore_files.sh clears out all non-essential files,for testing automake, autocon and make |--configure.ac |--src | |--Makefile.am | |--main.c | |--romancalc.c | '--romancalc.h | '--tests |--check_romancalc.c |--check_romancalc.log '--Makefile.am

initial configure and make the project $ ./autogen.sh this will call required automake, autconf

to make project project after NOTE: you may encounter $ ./mymake.sh

(NOTE: mymake calls in order

  1. make to build romancalc library file and program
  2. cd tests
  3. make check_romancalc build the check_romancalc program
  4. cd ..
  5. make check run the check program )

'----------------------- end of my docs -------- from money example This is the "money example" from the Check tutorial.

You need the following programs installed on your system: -- Autoconf 2.59 -- Automake 1.9.6 -- Libtool 1.5.22 -- Check 0.9.9

Somewhat earlier versions of these programs might work.

Then, do as follows:

$ autoreconf --install #####$ ./configure $ ./configure CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" $ make $ make check

Don't do "make install" unless you want to install the money example.

money.c and money.h are built as a library. src/main.c:main() is a client of libmoney.la, just as tests/check_money.c:main() is a client of libmoney.la

Please send bug reports to check-devel AT lists.sourceforge.net.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published