Skip to content

Commit

Permalink
Migrate from autotools to meson
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed Aug 26, 2024
1 parent 55236ce commit 63c03a5
Show file tree
Hide file tree
Showing 19 changed files with 117 additions and 14,103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sudo apt-get update
sudo apt-get install libgumbo-dev libfuse-dev libssl-dev \
libcurl4-openssl-dev uuid-dev help2man libexpat1-dev pkg-config \
autoconf autoconf-archive
meson
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
25 changes: 1 addition & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
# Binaries
httpdirfs

# Intermediates
*.o
.depend

# Documentation
doc/html
doxygen

# Editor related
*.kate-swp
.vscode
*.c~
*.h~

# autotools
autom4te.cache

#Others
mnt

# Generated files
Doxyfile
Makefile
config.log
config.status
doc
src/.deps
src/.dirstamp
4 changes: 2 additions & 2 deletions Doxyfile.in → Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = @srcdir@ @srcdir@/src
INPUT = . ./src

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -1130,7 +1130,7 @@ GENERATE_HTML = YES
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_OUTPUT = doc/html
HTML_OUTPUT = doxygen

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
Expand Down
36 changes: 0 additions & 36 deletions Makefile.am

This file was deleted.

Loading

0 comments on commit 63c03a5

Please sign in to comment.