Commit Graph

8 Commits

Author SHA1 Message Date
Luis Ibanez 822567f3c4 Reorganized include_directories.
Remove the defaults from the top CMakeLists.txt file,
and selectively added them to the subdirectories.
2012-03-25 21:20:19 -04:00
Luis Ibanez 6adcf3e89c Merge branch 'v55000' into cmakeifiedv55
* v55000:
  ENH: Version 5.5000 from sourceforge.
2012-03-24 14:10:43 -04:00
Luis Ibanez dee71008dd ENH: Version 5.5000 from sourceforge.
Source code taken from here:
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.5-000/
2012-03-24 14:06:46 -04:00
Luis Ibanez 7a1f51a369 ENH: Made libraries SHARED, identify executables.
Made all libraries SHARED. This fits the Debian build practices,
and also helps with some circular dependencies that remain to be
cleaned up.

In this patch we also identified a set of .c file that have a main
function, and therefore must be taken out of the libraries and put
into executables.
2012-03-20 22:35:56 -04:00
Luis Ibanez 3b6d1365df ENH: Split between 32 and 64 bits. 2012-03-11 17:12:34 -04:00
Luis Ibanez b4b1919ce3 ENH: Build in 64 bits.
Matched to the list of source files that are reported via a native
fis-gtm build in the same 64 bits platform. At these point there are
only three .c files that need to be included in the build process.
2012-03-11 12:18:19 -04:00
Luis Ibanez 24a1fd6e5c ENH: Configuring sr_unix_cm and sr_unix_nsb directories. 2012-02-18 21:11:03 -05:00
Luis Ibanez 9299623e19 ENH: Initial import from sourceforge.
These source tree was directly imported from
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.4-002B/

by extracting the file:
gtm_V54002B_linux_i686_src.tar.gz
2012-02-05 11:35:58 -05:00