Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SeFHT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
SeFHT
Commits
d939fbdd
Commit
d939fbdd
authored
2 years ago
by
Jonathan Schöbel
Browse files
Options
Downloads
Patches
Plain Diff
setup Autotools
parent
a6ced91a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+5
-0
5 additions, 0 deletions
Makefile.am
configure.ac
+32
-0
32 additions, 0 deletions
configure.ac
sefht.geany
+7
-3
7 additions, 3 deletions
sefht.geany
src/Makefile.am
+8
-0
8 additions, 0 deletions
src/Makefile.am
with
52 additions
and
3 deletions
Makefile.am
0 → 100644
+
5
−
0
View file @
d939fbdd
## Process this file with automake to produce Makefile.in
SUBDIRS
=
src
ACLOCAL_AMFLAGS
=
--install
-I
build-macro
This diff is collapsed.
Click to expand it.
configure.ac
0 → 100644
+
32
−
0
View file @
d939fbdd
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([SeFHT], [0.9], [jonathan@xn--schbel-yxa.info])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-macro])
AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])
# Checks for programs.
AC_PROG_CC
PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
# Checks for libraries.
# Checks for header files.
AC_CHECK_HEADER([stdio.h])
AC_CHECK_HEADER([stdlib.h])
# Checks for typedefs, structures, and compiler characteristics.
# Checks for library functions.
# Makefiles
AC_CONFIG_FILES([Makefile
src/Makefile])
AC_OUTPUT
This diff is collapsed.
Click to expand it.
sefht.geany
+
7
−
3
View file @
d939fbdd
...
@@ -45,7 +45,7 @@ external_dirs=
...
@@ -45,7 +45,7 @@ external_dirs=
[build-menu]
[build-menu]
NF_00_LB=_Make
NF_00_LB=_Make
NF_00_CM=make
NF_00_CM=make
NF_00_WD=build
NF_00_WD=
%p/
build
NF_01_LB=Make (eigenes _Target)...
NF_01_LB=Make (eigenes _Target)...
NF_01_CM=
NF_01_CM=
NF_01_WD=
NF_01_WD=
...
@@ -53,8 +53,12 @@ NF_03_LB=
...
@@ -53,8 +53,12 @@ NF_03_LB=
NF_03_CM=
NF_03_CM=
NF_03_WD=
NF_03_WD=
EX_00_LB=_Ausführen
EX_00_LB=_Ausführen
EX_00_CM=./src/
a.out
EX_00_CM=./src/
sefht.fcgi
EX_00_WD=build
EX_00_WD=
%p/
build
EX_01_LB=
EX_01_LB=
EX_01_CM=
EX_01_CM=
EX_01_WD=
EX_01_WD=
CFT_00_LB=_Compile
CFT_00_CM=make
CFT_00_WD=%p/build
filetypes=C;
This diff is collapsed.
Click to expand it.
src/Makefile.am
0 → 100644
+
8
−
0
View file @
d939fbdd
## Process this file with automake to produce Makefile.in
AM_CFLAGS
=
-Wall
-Wextra
bin_PROGRAMS
=
sefht.fcgi
sefht_fcgi_SOURCES
=
sefht_fcgi_SOURCES
+=
main.c
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment