x86-64: hack the ABI of cg_upcall_ipret_copy_variable_to_pointer
[ajla.git] / clean
blob236ae976c179e953a3b5ab443d605eed8735ce79
1 #!/bin/sh
3 # Copyright (C) 2024 Mikulas Patocka
5 # This file is part of Ajla.
7 # Ajla is free software: you can redistribute it and/or modify it under the
8 # terms of the GNU General Public License as published by the Free Software
9 # Foundation, either version 3 of the License, or (at your option) any later
10 # version.
12 # Ajla is distributed in the hope that it will be useful, but WITHOUT ANY
13 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14 # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License along with
17 # Ajla. If not, see <https://www.gnu.org/licenses/>.
19 cd "`dirname $0`" || exit
20 rm -f *~
21 rm -rf *.o *.obj *.exe ajla
22 rm -f core
23 rm -f Makefile.am
24 rm -rf .deps Makefile config.cache config.h config.log config.status configure stamp-h1
25 rm -rf Makefile.in aclocal.m4 autom4te.cache config.h.in conftest* confdefs* actmp.*
26 rm -f INSTALL config.guess config.sub depcomp install-sh missing
27 rm -f configure.lineno
28 rm -f .*.sw? */.*.sw? */*/.*.sw? */*/*/.*.sw? */*/*/*/.*.sw?