Skip to content

Commit

Permalink
Using CMake build environment from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Dec 26, 2011
1 parent fb88302 commit 1659e26
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 118 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ add_custom_command(
)

add_dependencies(copy espresso_exec grainofsalt)

set(CPACK_PACKAGE_NAME "grainofsalt")
set(CPACK_PACKAGE_VENDOR "www.msoos.org")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A stream cipher tester")
set(CPACK_PACKAGE_VERSION "1.2.1")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(CPACK_GENERATOR TGZ)
include(CPack)

6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
To compile, issue:
To compile, you will need 'cmake'. Once installed, issue:

$ cd build
$ ../configure
$ cmake ../
$ make

Please do NOT try to skip the "cd build". Your build will succeed, but
it will not be useable.

To use, issue, from directory 'build':
To use, issue from directory 'build':

$ ./grainofsalt --num 100 --outputs 90 --crypto grain

14 changes: 0 additions & 14 deletions Makefile.am

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile.cvs

This file was deleted.

13 changes: 0 additions & 13 deletions configure.in

This file was deleted.

17 changes: 0 additions & 17 deletions espresso/main/Makefile.am

This file was deleted.

12 changes: 0 additions & 12 deletions espresso/mincov/Makefile.am

This file was deleted.

12 changes: 0 additions & 12 deletions espresso/sparse/Makefile.am

This file was deleted.

13 changes: 0 additions & 13 deletions espresso/util/Makefile.am

This file was deleted.

24 changes: 0 additions & 24 deletions generator/Makefile.am

This file was deleted.

0 comments on commit 1659e26

Please sign in to comment.